home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / dvlib.arc / DVLIB.DOC < prev    next >
Text File  |  1990-05-27  |  1KB  |  24 lines

  1.  
  2.  
  3. Being fairly horrible at writing, I figured a demo program would probably be
  4.    the better way to demostrate this DesqView library. The library is for use
  5.    with Microsoft C compilers and was written using Microsoft QuickC 2.0
  6.  
  7. A good source of further information is one of Ralf Brown's interrupt files,
  8.    the latest, I believe, being INTER290.ZIP on most BBS's. The most heavily
  9.    used is INT 15h which is the general API interrupt for DesqView.
  10.  
  11. The demo program shows how to hide, color, resize, move, attach and print to
  12.    the task window, an alternate window and how to use the mouse for input.
  13.    Functionality is not very obvious, but hopefully this will improve over time
  14.    as I get more used to DesqView programming. In other words, the routines
  15.    provided are bug-free, but a good deal of care and other information (as the
  16.    previously mentioned interrupt info files) are also needed.
  17.  
  18. A new release is currently underway. Although it may take a while, it will be
  19.    a great deal easier to understand. Meanwhile, those who have a idea how to
  20.    work within DesqView may plow right in and use this library. Print the
  21.    DV.H file for a list of functions and various flags and the DVTEST1.C file
  22.    for more info on how to use these functions.
  23.  
  24.